Home / Vulnerability Database / C-sharp : ISerializable interface without [Serializable] attribute
C#

C-sharp : ISerializable interface without [Serializable] attribute

Overview

The class that does not declare the [Serializable] attribute implements the ISerializable interface.

Classes that implement the ISerializable interface but do not declare the [Serializable] attribute will not be serialized. It may lead to application’s denial of service.

LOW

DerScanner Severity Score

Do you want to fix C-sharp : ISerializable interface without [Serializable] attribute in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined